home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / tasks.txt < prev    next >
Text File  |  1993-07-19  |  8KB  |  239 lines

  1. GNU Task List                    last updated 16 July 1993
  2.  
  3. Check with gnu@prep.ai.mit.edu, for a possibly more current copy.
  4. This task list is not exclusive; any other useful program might be a
  5. good project--but it might instead be something we already have, so
  6. check with gnu@prep before you start writing it.
  7.  
  8. If you start working steadily on a project, please let gnu@prep know.
  9. We might have information that could help you; we'd also like to send
  10. you the GNU coding standards.
  11.  
  12. Because of the natural tendency for most volunteers to write
  13. programming tools or programming languages, we have a comparative
  14. shortage of applications useful for non-programmer users.  Therefore,
  15. we ask you to consider writing such a program.
  16.  
  17. In general, a new program that does a completely new job advances the
  18. GNU project more than an improvement to an existing program.
  19.  
  20. 0. Documentation
  21.  
  22. We very urgently need documentation for some parts of the system
  23. that already exist or will exist very soon:
  24.  
  25. A C reference manual.
  26.   (RMS has written half of one which you could start with).
  27.  
  28. A manual for Ghostscript.
  29.  
  30. A manual for CSH.
  31.  
  32. A manual for PIC (the graphics formatting language).
  33.  
  34. A manual for Perl.  (The manual that exists is not free, and
  35. is thus not available to be part of the GNU system.)
  36.  
  37. A book on how GCC works and why various machine descriptions
  38. are written as they are.
  39.  
  40. A manual for programming X-window applications.
  41.  
  42. Manuals for various X window managers.
  43.  
  44. Reference cards for those manuals that don't have them: Gawk, C
  45. Compiler, Make, Texinfo, Termcap and maybe the C Library.
  46.  
  47. Many utilities need documentation, including grep, cpio, find, less,
  48. and the other small utilities.
  49.  
  50. 1. Unix-related projects:
  51.  
  52. We could use an emulation of Unix spell, which would run by invoking
  53. ispell.
  54.  
  55. Less urgent: diction, explain, style.
  56.  
  57. An improved version of the POSIX utility `pax'.  There is one on the
  58. usenet, but it is said to be poorly written.  Talk with
  59. mib@gnu.ai.mit.edu about this project.
  60.  
  61. Modify the GNU dc program to use the math routines of GNU bc.
  62.  
  63. A grap preprocessor program for troff.
  64.  
  65. Various other libraries.
  66.  
  67. An emulation of SCCS that works using RCS.
  68.  
  69. 2. Kernel-related projects:
  70.  
  71. An over-the-ethernet debugger that will allow the kernel to be
  72. debugged from GDB running on another machine.
  73.  
  74. A shared memory X11 server to run under MACH is very desirable.  The
  75. machine specific parts should be kept well separated.
  76.  
  77. 3. Extensions to existing GNU software.
  78.  
  79. Enhance GCC.  See files PROJECTS and PROBLEMS in the GCC distribution.
  80.  
  81. GNU sed probably needs to be rewritten completely just to make it cleaner.
  82.  
  83. Add a few features to GNU diff, such as handling large input files
  84. without reading entire files into core.
  85.  
  86. Extend GDB with an X-based graphical interface better than xxgdb.
  87.  
  88. An nroff macro package to simplify texi2roff.
  89.  
  90. A queueing system for the mailer Smail that groups pending work by
  91. destination rather than by original message.  This makes it possible
  92. to schedule retries coherently for each destination.  Talk to
  93. tron@veritas.com about this.
  94.  
  95. Cross-referencing, flow graph, and execution trace programs for C and
  96. other languages, like cxref, cflow, and ctrace.
  97.  
  98. 4. X windows projects:
  99.  
  100. An emulator for Macintosh graphics calls on top of X Windows.
  101.  
  102. An emulator for Microsoft windows calls on top of X Windows.  (A
  103. commercial program to do this took just three months to write.)
  104.  
  105. A music playing and editing system.
  106.  
  107. A program to edit dance notation (such as labanotation) and display
  108. dancers moving on the screen.
  109.  
  110. A library for displaying circle-shaped menus with X windows.
  111.  
  112. A program to display and edit Hypercard stacks.
  113.  
  114. An interface-builder program to make it easy to design graphical
  115. interfaces for applications.  This could work with the dynamic linker
  116. DLD and C++, loading in the same class definitions that will be used
  117. by the application program.
  118.  
  119. A desktop program with icons and such, for X-windows.
  120.  
  121. A paint program, supporting both bitmap-oriented operations and
  122. component-oriented operations.  xpaint exists, but isn't very usable.
  123.  
  124. 5. Other random projects:
  125. (If you think of others that should be added, please
  126. send them to gnu@prep.ai.mit.edu.)
  127.  
  128. [This seems to be being done:]
  129. A program to convert Postscript to plain ASCII text.  Ghostscript will
  130. soon have a mode to output all the text strings in a document, each
  131. with its coordinates.  You could write a program to start with this
  132. output and "layout the page" in ASCII.  The program will be both
  133. easier and more useful if you don't worry pedantically about how the
  134. output text should be formatted.  Instead, try to make it look
  135. reasonable as plain ASCII.
  136.  
  137. A program to convert compiled programs represented in OSF ANDF
  138. ("Architecture Neutral Distribution Format") into ANSI C.
  139.  
  140. An imitation of Page Maker or Ventura Publisher.
  141.  
  142. An imitation of dbase2 or dbase3 (How dbased!)
  143.  
  144. A program to reformat Fortran programs in a way that is pretty.
  145.  
  146. A bulletin board system.  There are a few free ones, but they don't have
  147. all the features that people want in such systems.  It would make sense
  148. to start with an existing one and add the other features.
  149.  
  150. A general ledger program.
  151.  
  152. A single command language that could be suitable for use in a shell,
  153. in GDB for programming debugging commands, in a program like awk, in a
  154. calculator like bc, and so on.  The fact that all these programs are
  155. similar but different in peculiar details is a great source of
  156. confusion.  We are stuck with maintaining compatibility with Unix in
  157. our shell, awk, and bc, but nothing prevents us from having
  158. alternative programs using our new, uniform language.  This would make
  159. GNU far better for new users.
  160.  
  161. A program to typeset C code for printing.
  162. For ideas on what to do, see the forthcoming book,
  163.     Human Factors and Typography for More Readable Programs,
  164.     Ronald M. Baecker and Aaron Marcus,
  165.     Addison-Wesley, ISBN 0-201-10745-7
  166. (I don't quite agree with a few of the details they propose.)
  167.  
  168. Speech-generation programs (there is a program from Brown U that you
  169. could improve).
  170.  
  171. Speech-recognition programs (single-speaker, disconnected speech).
  172.  
  173. Scientific mathematical subroutines, including clones of SPSS.
  174.  
  175. Statistical tools.
  176.  
  177. Software to replace card catalogues in libraries.
  178.  
  179. Grammar and style checking programs.
  180.  
  181. An implementation of the S language.
  182.  
  183. A translator from Scheme to C.
  184.  
  185. Optical character recognition programs; especially if suitable for
  186. scanning documents with multiple fonts and capturing font info as well
  187. as character codes.  This may not be very difficult if you let it
  188. "train" on part of the individual document to be scanned, so as to
  189. learn what fonts are in use in that document.  We would particularly
  190. like to scan the Century Dictionary, an unabridged dictionary now in
  191. the public domain.
  192.  
  193. You don't need scanning hardware to work on OCR.  We can send you
  194. bitmaps you can use as test data.
  195.  
  196. A program to scan a line drawing and convert it to Postscript.
  197.  
  198. A program to recognize handwriting.
  199.  
  200. A pen based interface.
  201.  
  202. Software suitable for creating virtual reality user interfaces.
  203.  
  204. CAD software, such as a vague imitation of Autocad.
  205.  
  206. Software for displaying molecules.
  207.  
  208. Software for comparing DNA sequences, and finding matches and
  209. alignments.
  210.  
  211. 6. Compilers for other batch languages.
  212.  
  213. Volunteers are needed to write parsers/front ends for languages such
  214. as Algol 60, Algol 68, PL/I, or whatever, to be used with the
  215. code generation phases of the GNU C compiler.  (C++ is done, and
  216. Ada, Fortran, Pascal and Modula are being worked on.)
  217.  
  218. 7. Games and recreations
  219.  
  220. Video-oriented games should work with the X window system.
  221.  
  222. Empire (there is a free version but it needs upgrading)
  223. Imitations of popular video games:
  224.  Space war, Asteroids, Pong, Columns.
  225.  Defending cities from missiles.
  226.  Plane shoots at lots of other planes.
  227.  Wizard fights fanciful monster.
  228.  A golf game.
  229.  Program a robot by sticking building blocks together,
  230.   then watch it explore a world.
  231. Biomorph evolution (as in Scientific American).
  232. A program to display effects of moving at relativistic speeds.
  233.  
  234. Intriguing screen-saver programs to make interesting pictures.
  235. Other such programs that are simply entertaining to watch.
  236. For example, an aquarium.
  237.  
  238. We do not need rogue, as we have hack.
  239.